Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: 1.11.0 #886

Closed
wants to merge 3 commits into from
Closed

REL: 1.11.0 #886

wants to merge 3 commits into from

Conversation

mgxd
Copy link
Contributor

@mgxd mgxd commented Jul 31, 2024

Kicking off releases for niworkflows, smriprep, nibabies

CHANGES.rst Outdated Show resolved Hide resolved
Co-authored-by: Chris Markiewicz <[email protected]>
@effigies
Copy link
Member

The way I've been doing releases lately:

$ # On branch rel/1.11.0
$ git tag -a 1.11.0 -F CHANGELOG.rst -e  # Opens an editor. Remove past releases and clear the second line
$ git push upstream 1.11.0
$ git branch -m maint/1.11.x
$ git push upstream -u maint/1.11.x
$ # Wait on successful release
$ git checkout master
$ git merge --no-ff 1.11.0
$ git push master  # Will close the release PR as merged.

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.44%. Comparing base (f765e53) to head (881aa14).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #886      +/-   ##
==========================================
- Coverage   71.57%   71.44%   -0.14%     
==========================================
  Files          87       87              
  Lines        8437     8397      -40     
  Branches      994      990       -4     
==========================================
- Hits         6039     5999      -40     
  Misses       2390     2390              
  Partials        8        8              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mgxd mgxd closed this Jul 31, 2024
@mgxd mgxd deleted the rel/1.11.0 branch July 31, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants